Attmept to fix a spurious failure on AppVeyor
authorAlex Crichton <alex@alexcrichton.com>
Thu, 3 May 2018 15:01:25 +0000 (08:01 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 May 2018 15:57:36 +0000 (08:57 -0700)
commitdb3328f8f7b96701faa62756a0d55ed71899d894
treec3e9c5764b64c8d461e79362e38d763113666ba9
parent4dc5db2db5603b926467996ccdfc8262506a2010
Attmept to fix a spurious failure on AppVeyor

I *think* the issue is that `link.exe` is generating debuginfo in the background
which keeps the file open and prevents us from deleting it, but hopefully by
disabling debug information we'll either be able to confirm or deny this
hypothesis.
tests/testsuite/build_script.rs
tests/testsuite/freshness.rs